home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
GUI
/
Triton
/
Programmer
/
Include
/
proto
/
triton.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-14
|
319 b
|
15 lines
/*
* You should include this file when using
* Triton with SAS/C and DICE. Other compilers
* may need different pragma handling
*
*/
#ifndef PROTO_TRITON_H
#define PROTO_TRITON_H
#include <exec/types.h>
extern struct Library *TritonBase;
#include <clib/triton_protos.h>
#include <pragmas/triton_pragmas.h>
#endif